Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
Int64N INumeric<Int64N>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As Int64N Implements INumeric(Of Int64N).RightShift
private:
virtual Int64N RightShift(
int count
) sealed = INumeric<Int64N>::RightShift
private abstract RightShift :
count : int -> Int64N
private override RightShift :
count : int -> Int64N